addEmailTo

@NonNull
open fun addEmailTo(@NonNull address: @NonNull String): @NonNull ShareCompat.IntentBuilder(source)

Add an email address to be used in the "to" field of the final Intent.

Return

This IntentBuilder for method chaining

Parameters

address

Email address to send to

See also


@NonNull
open fun addEmailTo(addresses: @NonNull Array<String>): @NonNull ShareCompat.IntentBuilder(source)

Add an array of email addresses to be used in the "to" field of the final Intent.

Return

This IntentBuilder for method chaining

Parameters

addresses

Email addresses to send to

See also